.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #d20f0f;
  border-top-color: #d20f0f;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #d20f0f;
  border-bottom-color: #d20f0f;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.content {
  width: 1300px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.w200 {
  width: 100%;
  height: 100%;
}
.box10 {
  background: url(../images/b1.jpg) no-repeat top center;
  background-position-y: 78px;
}
.box10 .top {
  margin-top: 40px;
}
.box10 .top .arrow {
  line-height: 43px;
  color: #666;
  float: left;
}
.box10 .top .arrow a {
  line-height: 43px;
  color: #666;
  margin: 0 5px;
}
.box10 .top .ser {
  width: 579px;
  height: 42px;
  background: url(../images/sec.png) no-repeat center left;
  background-position-x: 24px;
  background-color: #fafafa;
  border-radius: 21px;
  padding: 0 30px 0 58px;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin: 0 138px 0 0px;
}
.box10 .top .ser input {
  width: 100%;
  height: 100%;
  line-height: 42px;
  height: 42px;
  color: #999;
  background: none;
  display: block;
}
.box10 .top .ser button {
  position: absolute;
  top: 10px;
  right: 34px;
  width: 21px;
  height: 21px;
  background: url(../images/ser.png) no-repeat center;
  border: none;
  text-indent: -9999px;
}
.box10 .top .dian {
  float: left;
  padding-left: 54px;
  position: relative;
}
.box10 .top .dian::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../images/tel.png) no-repeat center;
  transform: rotate(0);
  top: 10px;
  left: 0;
  -webkit-animation: hang linear 2s infinite;
}
.box10 .top .dian .zx {
  line-height: 17px;
  color: #999;
}
.box10 .top .dian p {
  font-family: Arial;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.box10 .content {
  position: relative;
}
.box10 .biao {
  position: absolute;
  top: 142px;
  left: 0;
}
.box10 .biao p {
  font-family: Arial;
  font-size: 26px;
  line-height: 45px;
  color: #ececec;
}
.box10 .biao h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.box10 .sild10 .hd {
  margin: 200px 0 0 75px;
  float: left;
}
.box10 .sild10 .hd li {
  margin-bottom: 39px;
  width: 270px;
}
.box10 .sild10 .hd li a {
  display: block;
  font-size: 16px;
  line-height: 17px;
  color: #666;
  padding-left: 29px;
  padding-right: 127px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/lis1.png) no-repeat center left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .sild10 .hd li a:hover {
  background: url(../images/lis2.png) no-repeat center left;
  color: #d20f0f;
}
.box10 .sild10 .hd .more {
  display: block;
  width: 133px;
  height: 33px;
  background-color: #d20f0f;
  line-height: 33px;
  color: #fff;
  text-align: center;
  margin-top: 59px;
}
.box10 .sild10 .hd .on a {
  background: url(../images/lis2.png) no-repeat center left;
  color: #d20f0f;
}
.box10 .sild10 .bd {
  float: right;
  width: 954px;
  margin: 24px -30px 0 0;
}
.box10 .sild10 .bd ul li {
  float: left;
  width: 301px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1;
  margin-right: 10px;
}
.box10 .sild10 .bd ul li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d20f0f;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box10 .sild10 .bd ul li:hover {
  color: #d20f0f;
}
.box10 .sild10 .bd ul li:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.box10 .sild10 .bd ul li .img {
  display: block;
  width: 300px;
  height: 235px;
  box-sizing: border-box;
  padding: 5px 7px 0 7px;
  border: solid 1px #f1f1f1;
}
.box10 .sild10 .bd ul li .img img {
  display: block;
  width: 286px;
  height: 223px;
}
.box10 .sild10 .bd ul li .title {
  display: block;
  line-height: 60px;
  padding: 0 60px 0 0;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: url(../images/more.png) no-repeat left center;
  background-position-x: 250px;
}
.box10 .sild10 .bd ul li .title:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .sild10 .bd ul li:hover .img {
  border: none;
}
.box10 .sild10 .bd ul li:hover .title {
  background: url(../images/more2.png) no-repeat left center;
  transform: translateX(15px);
  background-position-x: 250px;
  color: #fff;
}
.box20 {
  margin: 60px 0 0 0;
  height: 695px;
}
.box20 .content {
  position: relative;
}
.box20 .top {
  width: 828px;
  margin: 0 auto;
}
.box20 .top p {
  font-size: 26px;
  font-weight: bold;
  color: #ececec;
  text-align: center;
}
.box20 .top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  text-align: center;
  background: url(../images/t1.jpg) no-repeat center;
  background-position-x: -27px;
}
.box20 .top h3::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  position: absolute;
  background: #d20f0f;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.box20 .img {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.box20 .img img {
  display: block;
}
.box20 .img .text {
  width: 191px;
  height: 191px;
  background: url(../images/yuna.png) no-repeat center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 135px;
  left: 53%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 73px;
  box-sizing: border-box;
}
.box20 .img .text h3 {
  font-size: 24px;
  line-height: 30px;
}
.box20 .img .text p {
  font-size: 12px;
}
.box20 .list {
  margin-top: 10px;
}
.box20 .list li {
  position: absolute;
  text-align: right;
}
.box20 .list li h3 {
  font-size: 18px;
  color: #d20f0f;
  font-weight: bold;
  line-height: 32px;
}
.box20 .list li p {
  color: #666;
  line-height: 32px;
}
.box20 .list li:nth-child(1) {
  width: 226px;
  top: 142px;
  left: 136px;
}
.box20 .list li:nth-child(2) {
  width: 301px;
  top: 327px;
  left: 0px;
}
.box20 .list li:nth-child(3) {
  width: 265px;
  top: 514px;
  left: 95px;
}
.box20 .list li:nth-child(4) {
  width: 317px;
  top: 141px;
  right: -53px;
  text-align: left;
}
.box20 .list li:nth-child(5) {
  width: 284px;
  top: 329px;
  right: -58px;
  text-align: left;
}
.box20 .list li:nth-child(6) {
  width: 351px;
  top: 514px;
  right: -26px;
  text-align: left;
}
.box30 {
  height: 607px;
  background: url(../images/b3.jpg) no-repeat center top;
  box-sizing: border-box;
  overflow: hidden;
}
.box30 .content {
  position: relative;
}
.box30 .z1 {
  float: left;
  width: 515px;
  padding-top: 55px;
}
.box30 .z1 p {
  font-size: 32px;
  line-height: 45px;
  color: #e8e8e8;
  font-weight: bold;
}
.box30 .z1 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  color: #333333;
}
.box30 .z1 .text {
  line-height: 30px;
  color: #666666;
  margin-top: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 150px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box30 .z1 .text:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .z1 .list {
  margin-top: 35px;
  position: relative;
}
.box30 .z1 .list li {
  height: 180px;
  float: left;
}
.box30 .z1 .list li .img {
  display: block;
  width: 250px;
  height: 163px;
  padding: 5px;
  border: solid 1px #e1e1e1;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box30 .z1 .list li .img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .z1 .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box30 .z1 .list li .par {
  line-height: 155px;
  color: #333;
  width: 80px;
  text-align: center;
  display: block;
  margin-left: 45px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box30 .z1 .list li .par:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .z1 .list li .more {
  display: block;
  line-height: 30px;
  color: #666;
  position: absolute;
  right: 0;
  bottom: 29px;
}
.box30 .z1 .list li:nth-child(2) .par {
  background: url(../images/r1.png) no-repeat top center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .z1 .list li:nth-child(2) .par:hover {
  background: url(../images/r3.png) no-repeat top center;
  color: #d20f0f;
}
.box30 .z1 .list li:nth-child(3) .par {
  background: url(../images/r2.png) no-repeat top center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .z1 .list li:nth-child(3) .par:hover {
  background: url(../images/r4.png) no-repeat top center;
  color: #d20f0f;
}
.box30 .y1 .yud {
  float: right;
  font-family: Arial;
  font-size: 46px;
  font-weight: bold;
  color: #d52e2e;
  position: absolute;
  left: 883px;
  top: 64px;
  width: 575px;
  text-transform: uppercase;
}
.box30 .y1 .wo {
  position: absolute;
  top: 185px;
  left: 595px;
}
.box30 .y1 .text {
  position: absolute;
  width: 278px;
  text-align: center;
  left: 959px;
  top: 535px;
}
.box30 .y1 .text p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.box30 .y1 .text .zm {
  font-size: 12px;
  line-height: 30px;
  color: #ffc9c9;
}
.box40 {
  margin: 70px 0 0 0;
  overflow: hidden;
}
.box40 .top {
  width: 828px;
  margin: 0 auto;
}
.box40 .top p {
  font-size: 26px;
  font-weight: bold;
  color: #ececec;
  text-align: center;
}
.box40 .top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  text-align: center;
  background: url(../images/t1.jpg) no-repeat center;
  background-position-x: -27px;
}
.box40 .top h3::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  position: absolute;
  background: #d20f0f;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.box40 .list {
  margin: 93px -150px 0 0;
}
.box40 .list li {
  float: left;
  position: relative;
  width: 620px;
  height: 580px;
  margin: 0 60px 0 0;
}
.box40 .list li .img {
  width: 620px;
  height: 450px;
  background: url(../images/t3.png) no-repeat top left;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box40 .list li .img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .list li .img img {
  width: 606px;
  height: 437px;
  margin: 10px 0 0 12px;
}
.box40 .list li .text {
  width: 461px;
  height: 264px;
  background: url(../images/t4.png) no-repeat center top;
  position: absolute;
  padding: 35px 0 0 30px;
  box-sizing: border-box;
  bottom: 0;
  left: 67px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box40 .list li .text:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .list li .text .title {
  font-size: 14px;
  color: #999;
}
.box40 .list li .text .title i {
  font-size: 18px;
  color: #d20f0f;
  font-weight: bold;
}
.box40 .list li .text .partext {
  margin-top: 15px;
  width: 400px;
}
.box40 .list li .text .partext p {
  line-height: 30px;
  color: #666;
}
.box40 .list li:nth-child(2) .img {
  margin-top: 184px;
  background: url(../images/t3.png) no-repeat bottom right;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box40 .list li:nth-child(2) .img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .list li:nth-child(2) .img img {
  margin: 0 12px 10px 0;
}
.box40 .list li:nth-child(2) .text {
  background: url(../images/t2.png) no-repeat center top;
  bottom: 285px;
  padding: 48px 0 0 30px;
}
.box50 {
  height: 687px;
  background: url(../images/b5.jpg) no-repeat center top;
  box-sizing: border-box;
  margin-top: 130px;
  padding-top: 72px;
}
.box50 .content {
  position: relative;
}
.box50 .top {
  position: absolute;
  top: 0px;
  left: 105px;
}
.box50 .top p {
  font-size: 26px;
  font-weight: bold;
  color: #e7e7e7;
}
.box50 .top h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.box50 .suc {
  position: absolute;
  top: 0;
  left: -235px;
  writing-mode: tb-rl;
}
.box50 .suc .su {
  font-size: 26px;
  font-weight: bold;
  color: #ffcbcb;
}
.box50 .suc .yu {
  font-size: 14px;
  color: #ffcbcb;
}
.box50 .sild20 .hd {
  float: left;
  margin-top: 170px;
  margin-left: 50px;
}
.box50 .sild20 .hd li a {
  display: block;
  width: 270px;
  padding: 0 130px 0 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 55px;
  background: url(../images/c2.png) no-repeat left center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild20 .hd li a:hover {
  background: url(../images/c1.png) no-repeat left center;
}
.box50 .sild20 .hd .more {
  display: block;
  width: 133px;
  height: 33px;
  background-color: #d20f0f;
  line-height: 33px;
  color: #fff;
  text-align: center;
  margin-top: 59px;
}
.box50 .sild20 .hd .on a {
  background: url(../images/c1.png) no-repeat left center;
}
.box50 .sild20 .bd {
  margin: 0 -63px 0 0;
  float: right;
  width: 945px;
}
.box50 .sild20 .bd li {
  float: left;
  margin: 0 63px 39px 0;
  position: relative;
}
.box50 .sild20 .bd li::before {
  content: "SUCCESS STORIES";
  display: block;
  position: absolute;
  top: 0;
  left: -23px;
  writing-mode: tb-rl;
  font-size: 14px;
  color: #e7e7e7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild20 .bd li:hover::before {
  color: #d20f0f;
}
.box50 .sild20 .bd li .box {
  position: relative;
  width: 408px;
  height: 285px;
  overflow: hidden;
}
.box50 .sild20 .bd li .img {
  display: block;
  width: 388px;
  height: 246px;
  padding: 6px 10px;
  background-color: #eeeeee;
}
.box50 .sild20 .bd li .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box50 .sild20 .bd li .title {
  display: block;
  position: absolute;
  width: 408px;
  height: 285px;
  top: -285px;
  background: url(../images/me.png) no-repeat center top;
  font-size: 16px;
  color: #fff;
  line-height: 225px;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild20 .bd li:hover .title {
  top: 0;
}
.box60 {
  margin-top: 75px;
}
.box60 .top {
  width: 828px;
  margin: 0 auto;
}
.box60 .top p {
  font-size: 26px;
  font-weight: bold;
  color: #ececec;
  text-align: center;
}
.box60 .top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  text-align: center;
  background: url(../images/t1.jpg) no-repeat center;
  background-position-x: -27px;
}
.box60 .top h3::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  position: absolute;
  background: #d20f0f;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.box60 .list {
  margin: 88px -30px 0;
}
.box60 .list li {
  float: left;
  margin: 0 30px;
}
.box60 .list li img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box60 .list li img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box60 .list li h4 {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
.box60 .list li p {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.box70 {
  margin-top: 90px;
}
.box70 .top {
  width: 828px;
  margin: 0 auto;
}
.box70 .top p {
  font-size: 26px;
  font-weight: bold;
  color: #ececec;
  text-align: center;
}
.box70 .top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  text-align: center;
  background: url(../images/t1.jpg) no-repeat center;
  background-position-x: -27px;
}
.box70 .top h3::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  position: absolute;
  background: #d20f0f;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
.box70 .sild30 {
  margin-top: 50px;
}
.box70 .sild30 .hd {
  width: 510px;
  margin: 0 auto;
}
.box70 .sild30 .hd li {
  float: left;
  margin-right: 29px;
}
.box70 .sild30 .hd li a {
  display: block;
  width: 149px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background-color: #ececec;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box70 .sild30 .hd li:hover a {
  color: #fff;
  background-color: #d20f0f;
}
.box70 .sild30 .hd li:nth-child(3) {
  margin-right: 0;
}
.box70 .sild30 .hd .on a {
  background-color: #d20f0f;
  color: #fff;
}
.box70 .sild30 .bd {
  margin-top: 33px;
}
.box70 .sild30 .bd ul {
  margin: 0 -40px 0 0;
}
.box70 .sild30 .bd ul li {
  width: 636px;
  height: 184px;
  float: left;
  margin: 0 34px 25px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box70 .sild30 .bd ul li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box70 .sild30 .bd ul li .img {
  display: block;
  width: 224px;
  height: 170px;
  padding: 6px 8px;
  border: solid 1px #e1e1e1;
  float: left;
  margin-right: 15px;
}
.box70 .sild30 .bd ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box70 .sild30 .bd ul li .text {
  float: left;
  width: 327px;
}
.box70 .sild30 .bd ul li .text .title {
  font-size: 16px;
  color: #333;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box70 .sild30 .bd ul li .text .data {
  line-height: 16px;
  color: #c0c0c0;
  padding-left: 29px;
  background: url(../images/time.png) no-repeat center left;
  margin-top: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box70 .sild30 .bd ul li .text p {
  line-height: 30px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box70 .sild30 .bd ul li:hover {
  background: #d20f0f;
}
.box70 .sild30 .bd ul li:hover .img {
  border: none;
}
.box70 .sild30 .bd ul li:hover .text .title {
  color: #fff;
}
.box70 .sild30 .bd ul li:hover .text .data {
  color: #df5a5a;
  background: url(../images/time2.png) no-repeat center left;
}
.box70 .sild30 .bd ul li:hover .text p {
  color: #fff;
}
.link {
  height: 156px;
  background: url(../images/link.jpg) no-repeat center top;
  margin-top: 40px;
  box-sizing: border-box;
  padding-top: 49px;
}
.link .top {
  float: left;
}
.link .top p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.link .top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.link .lj {
  width: 1000px;
  float: right;
}
.link .lj a {
  display: inline-block;
  line-height: 28px;
  color: #333;
  margin-left: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link .lj a:hover {
  color: #d20f0f;
}
